SPI1 control register
FDUMMY_OUT | In the DUMMY phase the signal level of SPI bus is output by the SPI0 controller. |
FDOUT_OCT | Set this bit to enable 8-bit-mode(8-bm) in DOUT phase. |
FDIN_OCT | Set this bit to enable 8-bit-mode(8-bm) in DIN phase. |
FADDR_OCT | Set this bit to enable 8-bit-mode(8-bm) in ADDR phase. |
FCMD_DUAL | Set this bit to enable 2-bit-mode(2-bm) in CMD phase. |
FCMD_QUAD | Set this bit to enable 4-bit-mode(4-bm) in CMD phase. |
FCMD_OCT | Set this bit to enable 8-bit-mode(8-bm) in CMD phase. |
FCS_CRC_EN | For SPI1, initialize crc32 module before writing encrypted data to flash. Active low. |
TX_CRC_EN | For SPI1, enable crc32 when writing encrypted data to flash. 1: enable 0:disable |
FASTRD_MODE | This bit should be set when SPI_MEM_FREAD_QIO, SPI_MEM_FREAD_DIO, SPI_MEM_FREAD_QUAD or SPI_MEM_FREAD_DUAL is set. |
FREAD_DUAL | In hardware 0x3B read operation, DIN phase apply 2 signals. 1: enable 0: disable. |
RESANDRES | The Device ID is read out to SPI_MEM_RD_STATUS register, this bit combine with spi_mem_flash_res bit. 1: enable 0: disable. |
Q_POL | The bit is used to set MISO line polarity, 1: high 0, low |
D_POL | The bit is used to set MOSI line polarity, 1: high 0, low |
FREAD_QUAD | In hardware 0x6B read operation, DIN phase apply 4 signals(4-bit-mode). 1: enable 0: disable. |
WP | Write protect signal output when SPI is idle. 1: output high, 0: output low. |
WRSR_2B | Two bytes data will be written to status register when it is set. 1: enable 0: disable. |
FREAD_DIO | In hardware 0xBB read operation, ADDR phase and DIN phase apply 2 signals(2-bit-mode). 1: enable 0: disable. |
FREAD_QIO | In hardware 0xEB read operation, ADDR phase and DIN phase apply 4 signals(4-bit-mode). 1: enable 0: disable. |